#book {
    -ms-flex: 0 0 595px;
    flex: 0 0 595px;
    height: 840px;
    cursor: pointer;
} 

.book-height {
    height: 840px;
} 

#book-content{
    -ms-flex: 0 0 595px;
    flex: 0 0 595px;
}

#editor-output{
	width:100%;
	height:800px;
	overflow-y: scroll;
	background-color: #fff;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

.fa-folder{
	color: #efb959;
}

.fa-folder-open{
	color: #efb959;
}

#nav-editor{
	border-top: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

#nav-browser{
	border-top: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

#navbarDropdown{
	background-color:transparent; 
	outline: none !important; 
	border: none !important; 
	-webkit-box-shadow: none !important; 
	box-shadow: none !important;
}

.CodeMirror{
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
/*
@media (max-width: 690px) {
  .col-book {
    display: none; 
  } 
}
*/
/*
	explorer menu
/*
	folder menu
*/

.item-text{
	margin-left: 10px;
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #6c757d;
}

/* 
	iframe
*/

#editor-frame{
    margin: none;
    padding: none;
    border: none;
    line-height: 0;	
}

